home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 24 / AACD 24.iso / AACD / Online / Epic4 / share / epic / help / 4_misc / window / scratch < prev    next >
Text File  |  2001-03-21  |  903b  |  25 lines

  1. Synopsis:
  2.    window scratch <on|off>
  3.  
  4. Description:
  5.    When a window is defined as being a scratch window, it is accessed very
  6.    differently. Scratch windows do not scroll, and allow direct line-by-line
  7.    accessing. To allow this, a new flag has been added to xecho: -line.
  8.  
  9. Examples:
  10.    To create a scratch window, and add some text to it:
  11.       /window new scratch on fixed on discon
  12.               /* creates a non-movable, non-serverable scratch window */
  13.       /xecho -window <refnum> -line 1 This is in the scratch window.
  14.  
  15. See Also:
  16.    xecho(5)
  17.  
  18. Other Notes:
  19.    Scratch windows don't deal with being resized very gracefully. It is
  20.    suggested that you do /WINDOW NEW SCRATCH ON FIXED ON so that it can't be
  21.    resized on you. Scratch windows are best not bound to a server, always use
  22.    window(4) discon. Scratch windows have no scrollback, due to their
  23.    direct accessing.
  24.  
  25.